combineMeasuredStates

open fun combineMeasuredStates(curState: Int, newState: Int): Int(source)

Deprecated

Use combineMeasuredStates directly.

Merge two states as returned by getMeasuredState.

Return

Returns a new integer reflecting the combination of the two states.

Parameters

curState

The current state as returned from a view or the result of combining multiple views.

newState

The new view state to combine.